Welcome![Sign In][Sign Up]
Location:
Search - kmp algorithm

Search list

[Data structskmp

Description: 数据结构中的用kmp算法查找关键字,供初学者参考-Data structure using kmp algorithm to find the keyword reference for beginners
Platform: | Size: 264192 | Author: chenqian | Hits:

[Data structskmp-c-program

Description: 数据结构的kmp算法的实现和调试,进一步学习树与二叉树的数据结构算法。-Data structure kmp algorithm implementation and debugging, and further study binary tree data structure and algorithm.
Platform: | Size: 18432 | Author: 陈文 | Hits:

[Data structsKMP

Description: KMP算法的C++实现,通过了编译和运行-KMP-algorithm s realization
Platform: | Size: 680960 | Author: 子林 | Hits:

[Data structsKMP

Description: KMP算法,有好几种写法,配上图形,简单易懂。C/C++编写。-KMP algorithm, there are several writing, accompanied by graphics, easy to understand. C/C++ written.
Platform: | Size: 84992 | Author: andy | Hits:

[Data structskmp

Description: 用于识别子串 模式匹配算法 KMP算法 输入两个String-Used to identify substring pattern matching algorithm KMP algorithm to enter two String
Platform: | Size: 1024 | Author: | Hits:

[Data structsKMP

Description: 关于KMP算法:字符串匹配问题。朴素匹配算法的改进版本。理解起来有些难度,但是十分高效-On the KMP algorithm: string matching problem. Improved version of the simple matching algorithm. To understand difficult, but very efficient
Platform: | Size: 3697664 | Author: 仲崇鑫 | Hits:

[Data structsString-KMP

Description: 如何在C环境中使用KMP算法遍历一个字符串。-How to use KMP algorithm to traverse a string in a C environment.
Platform: | Size: 1024 | Author: opsqcs | Hits:

[Data structsKMP

Description: KMP算法,这是我在课后编的,能查找到所有的子串,并标记其位置,使用DEVCPP,也可以载入VC6.0工程中。先输入要查找的子串,再输入任意串,将从任意串中找到所有子串,包括重叠部分,并一一标号-KMP algorithm, which is a series of after school can find all the substring, and mark its location, use DEVCPP can also load the VC6.0 project. To enter the substring you want to find, and then enter any string, find all substrings from any string, including the overlap, and 11 labels
Platform: | Size: 109568 | Author: | Hits:

[Linux-Unixkmp

Description: kmp算法的简单实现,应该对理解算法比较有帮助-kmp algorithm simple to implement, should help understand the algorithm more
Platform: | Size: 1024 | Author: xujia | Hits:

[Data structsKMP

Description: 用c 实现的kmp算法,希望对大家有帮助-KMP algorithm implementation
Platform: | Size: 7168 | Author: 于洪达 | Hits:

[VC/MFCKMP

Description: C语言字符串模式配KMP算法,包含了C的算法!-The C language string model with the KMP algorithm, contains a C algorithm!
Platform: | Size: 10240 | Author: 郭飞鹏 | Hits:

[Mathimatics-Numerical algorithmsKMP

Description: 对于KMP算法的自己写的的代码,有一定的优化-KMP algorithm, written in code, the optimization
Platform: | Size: 1024 | Author: 程晗 | Hits:

[Data structsKMP

Description: 实现字符串内指定字符的快速查找,使用了KMP算法-Quickly find specific characters within the string, using the KMP algorithm
Platform: | Size: 161792 | Author: 刘丽辉 | Hits:

[Data structskmp

Description: 串的模式匹配算法,KMP算法教程,算法学习的必看知识,-KMP algorithm tutorial, the learning algorithm must-see knowledge
Platform: | Size: 2557952 | Author: dgwz | Hits:

[OS DevelopKMP

Description: 数据结构:KMP算法匹配成功次数,简单的算法实现,非可视化-Data structures: the KMP algorithm to match the number of successful
Platform: | Size: 21504 | Author: 王小二 | Hits:

[Data structsKMP

Description: KMP算法,对学习数据结构的同学有一些帮助-KMP algorithm, students learning data structures
Platform: | Size: 3769344 | Author: 刘佳霖 | Hits:

[Otherkmp

Description: 问题:串的模式匹配算法---KMP 方法:从主串S中寻找模式串T出现的位置。 基本思想:从主串S的第1个字符起和模式串T的第一个字符比较,若相等,则继续逐个比较后续字符;否则从主串的下一个字符再重新和模式的字符比较;依此类推,直到在主串S中找到模式串T的全部字符相匹配为止,这时匹配成功,否则匹配不成功;KMP算法可以在O(n+m)的时间数量级上完成串的模式匹配操作。其改进在于:每当一趟匹配过程中出现字符比较不等时,不需回溯i指针,而得利用已经得到的“部分匹配”的结果将模式向右滑动尽可能远的一段距离后,继续比较。-The problem: string pattern matching algorithm--- KMP method: to find the position of the pattern string T from the main string S. Basic idea: from a character from the main string S and the first character of the mode string T if equal, continue to compare apples to apples Subsequent characters Otherwise, the next character from the main string and re-mode character comparisons and so on, until all of the characters of the pattern string T found in the main string S match, whereupon the matching is successful, otherwise the match is unsuccessful KMP algorithm can be completed in the level of O (n+m) the amount of time the pattern of the string matching operation. The improvement comprising: varying character comparisons, do not need to backtrack to the i pointer has been " partial match" results, derived from the use of sliding mode right as far a distance as possible whenever the trip matching process, continue comparison.
Platform: | Size: 57344 | Author: 李浩 | Hits:

[JSP/Javakmp

Description: kmp算法,能够读取txt和java文件,进行kmp查找匹配字符串后,可进行替换字符串-kmp algorithm, able to read the txt and java file, kmp find a matching string, the replacement string
Platform: | Size: 3072 | Author: 吴安峻 | Hits:

[OtherKMP

Description: KMP算法很有的算法 KMP算法很有的算法 -KMP algorithm is useful algorithms KMP algorithm algorithm KMP algorithm very very very algorithm KMP algorithm algorithm
Platform: | Size: 5120 | Author: 风情和 | Hits:

[Otherkmp

Description: KMP算法,能够高效的实现字符串匹配的算法-KMP algorithm
Platform: | Size: 2048 | Author: 雪人儿 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 20 »

CodeBus www.codebus.net